projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54f926
)
ColdFire: Fix missing code flash size for M5485EVB
author
TsiChungLiew
<
[email protected]
>
Wed, 30 Jan 2008 21:08:15 +0000
(15:08 -0600)
committer
John Rigby
<
[email protected]
>
Wed, 20 Feb 2008 20:33:45 +0000
(13:33 -0700)
Signed-off-by: James Mahan <
[email protected]
>
Signed-off-by: TsiChung Liew <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a731ee8979c79dc042aba2f19ad9c8df77383a7d..b4d21fabe0f2db985944b68c62b6fe379cfcf4eb 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1921,7
+1921,7
@@
M5485HFE_config : unconfig
M5485EFE_config) BOOT=2;CODE=0;VID=1;USB=1;RAM=64;RAM1=0;; \
M5485FFE_config) BOOT=2;CODE=32;VID=1;USB=1;RAM=64;RAM1=64;; \
M5485GFE_config) BOOT=4;CODE=0;VID=0;USB=0;RAM=64;RAM1=0;; \
- M5485HFE_config) BOOT=2;CODE=;VID=1;USB=0;RAM=64;RAM1=0;; \
+ M5485HFE_config) BOOT=2;CODE=
16
;VID=1;USB=0;RAM=64;RAM1=0;; \
esac; \
>include/config.h ; \
echo "#define CFG_BUSCLK 100000000" > $(obj)include/config.h ; \